projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9340a58
)
Doc fix for commented out function.
author
Pavel Janík
<Pavel@Janik.cz>
Thu, 20 Dec 2001 18:17:15 +0000
(18:17 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Thu, 20 Dec 2001 18:17:15 +0000
(18:17 +0000)
lisp/progmodes/simula.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/simula.el
b/lisp/progmodes/simula.el
index 1ed49836807246f85cbff1da5adca24c9e565865..ce546eb169f5db497dd2147079036036c543191b 100644
(file)
--- a/
lisp/progmodes/simula.el
+++ b/
lisp/progmodes/simula.el
@@
-1731,7
+1731,7
@@
If not nil and not t, move to limit of search and return nil."
;
;;; function used by hilit19
;(defun simula-find-next-comment-region (param)
-; "Return region (start end) cons of comment after point, or
NIL
"
+; "Return region (start end) cons of comment after point, or
nil.
"
; (let (start end)
; ;; This function is called repeatedly, check if point is
; ;; where we left it in the last call